provider Integration DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
@utdk/sentry /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
Delete an External Issue
Delete an external issue.
uuid path required
The uuid of the integration platform integration.
string
external_issue_id path required
The ID of the external issue.
string

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deleteAnExternalIssue
DELETE/api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
Delete an external issue.

Parameters

required

The uuid of the integration platform integration.

required

The ID of the external issue.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.deleteAnExternalIssue()